home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 388320 / MailWash.exe / {app} / MailWasher.exe / 0 / RCDATA / TACCOUNTSFORM / TACCOUNTSFORM.txt
Text File  |  2003-03-07  |  7KB  |  269 lines

  1. object AccountsForm: TAccountsForm
  2.   Left = 586
  3.   Top = 395
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Accounts'
  7.   ClientHeight = 208
  8.   ClientWidth = 430
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poMainFormCenter
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnKeyUp = FormKeyUp
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 16
  26.     Top = 160
  27.     Width = 401
  28.     Height = 2
  29.   end
  30.   object OKButton: TButton
  31.     Left = 256
  32.     Top = 176
  33.     Width = 73
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = 'Close'
  37.     Default = True
  38.     TabOrder = 0
  39.     OnClick = OKButtonClick
  40.   end
  41.   object AddButton: TButton
  42.     Left = 344
  43.     Top = 16
  44.     Width = 73
  45.     Height = 25
  46.     Caption = '&Add...'
  47.     TabOrder = 3
  48.     OnClick = AddButtonClick
  49.   end
  50.   object RemoveButton: TButton
  51.     Left = 344
  52.     Top = 48
  53.     Width = 73
  54.     Height = 25
  55.     Caption = '&Remove'
  56.     TabOrder = 4
  57.     OnClick = RemoveButtonClick
  58.   end
  59.   object ImportButton: TButton
  60.     Left = 344
  61.     Top = 120
  62.     Width = 73
  63.     Height = 25
  64.     Caption = '&Import...'
  65.     TabOrder = 6
  66.     OnClick = ImportButtonClick
  67.   end
  68.   object AccountGrid: TAdvStringGrid
  69.     Left = 8
  70.     Top = 16
  71.     Width = 321
  72.     Height = 129
  73.     Cursor = crDefault
  74.     ColCount = 3
  75.     DefaultRowHeight = 17
  76.     DefaultDrawing = False
  77.     FixedCols = 0
  78.     RowCount = 5
  79.     FixedRows = 1
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = []
  85.     GridLineWidth = 1
  86.     Options = [goFixedVertLine, goFixedHorzLine, goDrawFocusSelected, goRowSelect, goThumbTracking]
  87.     ParentFont = False
  88.     ScrollBars = ssVertical
  89.     TabOrder = 2
  90.     GridLineColor = clSilver
  91.     ActiveCellShow = False
  92.     ActiveCellFont.Charset = DEFAULT_CHARSET
  93.     ActiveCellFont.Color = clWindowText
  94.     ActiveCellFont.Height = -11
  95.     ActiveCellFont.Name = 'MS Sans Serif'
  96.     ActiveCellFont.Style = [fsBold]
  97.     Bands.PrimaryColor = clInfoBk
  98.     Bands.PrimaryLength = 1
  99.     Bands.SecondaryColor = clWindow
  100.     Bands.SecondaryLength = 1
  101.     Bands.Print = False
  102.     AutoNumAlign = False
  103.     AutoSize = False
  104.     VAlignment = vtaTop
  105.     EnhTextSize = False
  106.     EnhRowColMove = False
  107.     SizeWithForm = False
  108.     Multilinecells = False
  109.     OnDblClickCell = AccountGridDblClickCell
  110.     DragDropSettings.OleAcceptFiles = True
  111.     DragDropSettings.OleAcceptText = True
  112.     SortSettings.AutoColumnMerge = False
  113.     SortSettings.Column = 0
  114.     SortSettings.Show = False
  115.     SortSettings.IndexShow = False
  116.     SortSettings.Full = True
  117.     SortSettings.SingleColumn = False
  118.     SortSettings.IgnoreBlanks = False
  119.     SortSettings.BlankPos = blFirst
  120.     SortSettings.AutoFormat = True
  121.     SortSettings.Direction = sdAscending
  122.     SortSettings.FixedCols = False
  123.     SortSettings.NormalCellsOnly = False
  124.     SortSettings.Row = 0
  125.     FloatingFooter.Color = clBtnFace
  126.     FloatingFooter.Column = 0
  127.     FloatingFooter.FooterStyle = fsFixedLastRow
  128.     FloatingFooter.Visible = False
  129.     ControlLook.Color = clBlack
  130.     ControlLook.CheckSize = 15
  131.     ControlLook.RadioSize = 10
  132.     ControlLook.ControlStyle = csClassic
  133.     ControlLook.FlatButton = False
  134.     EnableHTML = True
  135.     EnableWheel = True
  136.     Flat = False
  137.     HintColor = clYellow
  138.     SelectionColor = clHighlight
  139.     SelectionTextColor = clHighlightText
  140.     SelectionRectangle = False
  141.     SelectionRTFKeep = True
  142.     HintShowCells = False
  143.     HintShowLargeText = False
  144.     HintShowSizing = False
  145.     PrintSettings.FooterSize = 0
  146.     PrintSettings.HeaderSize = 0
  147.     PrintSettings.Time = ppNone
  148.     PrintSettings.Date = ppNone
  149.     PrintSettings.DateFormat = 'dd/mm/yyyy'
  150.     PrintSettings.PageNr = ppNone
  151.     PrintSettings.Title = ppNone
  152.     PrintSettings.Font.Charset = DEFAULT_CHARSET
  153.     PrintSettings.Font.Color = clWindowText
  154.     PrintSettings.Font.Height = -11
  155.     PrintSettings.Font.Name = 'MS Sans Serif'
  156.     PrintSettings.Font.Style = []
  157.     PrintSettings.HeaderFont.Charset = DEFAULT_CHARSET
  158.     PrintSettings.HeaderFont.Color = clWindowText
  159.     PrintSettings.HeaderFont.Height = -11
  160.     PrintSettings.HeaderFont.Name = 'MS Sans Serif'
  161.     PrintSettings.HeaderFont.Style = []
  162.     PrintSettings.FooterFont.Charset = DEFAULT_CHARSET
  163.     PrintSettings.FooterFont.Color = clWindowText
  164.     PrintSettings.FooterFont.Height = -11
  165.     PrintSettings.FooterFont.Name = 'MS Sans Serif'
  166.     PrintSettings.FooterFont.Style = []
  167.     PrintSettings.Borders = pbNoborder
  168.     PrintSettings.BorderStyle = psSolid
  169.     PrintSettings.Centered = False
  170.     PrintSettings.RepeatFixedRows = False
  171.     PrintSettings.RepeatFixedCols = False
  172.     PrintSettings.LeftSize = 0
  173.     PrintSettings.RightSize = 0
  174.     PrintSettings.ColumnSpacing = 0
  175.     PrintSettings.RowSpacing = 0
  176.     PrintSettings.TitleSpacing = 0
  177.     PrintSettings.Orientation = poPortrait
  178.     PrintSettings.FixedWidth = 0
  179.     PrintSettings.FixedHeight = 0
  180.     PrintSettings.UseFixedHeight = False
  181.     PrintSettings.UseFixedWidth = False
  182.     PrintSettings.FitToPage = fpNever
  183.     PrintSettings.PageNumSep = '/'
  184.     PrintSettings.NoAutoSize = False
  185.     PrintSettings.PrintGraphics = False
  186.     HTMLSettings.Width = 100
  187.     HTMLSettings.XHTML = False
  188.     Navigation.AdvanceDirection = adLeftRight
  189.     Navigation.AllowClipboardRowGrow = True
  190.     Navigation.AllowClipboardColGrow = True
  191.     Navigation.InsertPosition = pInsertBefore
  192.     Navigation.CopyHTMLTagsToClipboard = True
  193.     Navigation.HomeEndKey = heFirstLastColumn
  194.     ColumnSize.Stretch = True
  195.     ColumnSize.Location = clRegistry
  196.     CellNode.Color = clSilver
  197.     CellNode.NodeColor = clBlack
  198.     CellNode.ShowTree = False
  199.     MaxEditLength = 0
  200.     MouseActions.RowSelect = True
  201.     IntelliPan = ipVertical
  202.     URLColor = clBlue
  203.     URLShow = False
  204.     URLFull = False
  205.     URLEdit = False
  206.     ScrollType = ssNormal
  207.     ScrollColor = clNone
  208.     ScrollWidth = 13
  209.     ScrollSynch = False
  210.     ScrollProportional = False
  211.     ScrollHints = shNone
  212.     OemConvert = False
  213.     FixedFooters = 0
  214.     FixedRightCols = 0
  215.     FixedColWidth = 107
  216.     FixedRowHeight = 17
  217.     FixedRowAlways = True
  218.     FixedFont.Charset = DEFAULT_CHARSET
  219.     FixedFont.Color = clWindowText
  220.     FixedFont.Height = -11
  221.     FixedFont.Name = 'MS Sans Serif'
  222.     FixedFont.Style = []
  223.     FixedAsButtons = False
  224.     FloatFormat = '%.2f'
  225.     IntegralHeigth = False
  226.     WordWrap = False
  227.     ColumnHeaders.Strings = (
  228.       'Account'
  229.       'Server'
  230.       'Username')
  231.     Lookup = False
  232.     LookupCaseSensitive = False
  233.     LookupHistory = False
  234.     BackGround.Top = 0
  235.     BackGround.Left = 0
  236.     BackGround.Display = bdTile
  237.     BackGround.Cells = bcNormal
  238.     Filter = <>
  239.     ColWidths = (
  240.       107
  241.       113
  242.       96)
  243.     RowHeights = (
  244.       17
  245.       17
  246.       17
  247.       17
  248.       17)
  249.   end
  250.   object PropertiesButton: TButton
  251.     Left = 344
  252.     Top = 80
  253.     Width = 73
  254.     Height = 25
  255.     Caption = '&Properties...'
  256.     TabOrder = 5
  257.     OnClick = PropertiesButtonClick
  258.   end
  259.   object HelpButton: TButton
  260.     Left = 344
  261.     Top = 176
  262.     Width = 75
  263.     Height = 25
  264.     Caption = 'Help'
  265.     TabOrder = 1
  266.     OnClick = HelpButtonClick
  267.   end
  268. end
  269.